home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Starter / Source / ClockView.h < prev    next >
Text File  |  1995-06-12  |  356b  |  21 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5. #import <appkit/NXImage.h>
  6. #import <appkit/nextstd.h>
  7. #import <time.h>
  8.  
  9. @interface ClockView:View
  10. {
  11.     struct tm    contents;
  12.     id    clockbits;
  13. }
  14.  
  15. - initFrame:(const NXRect *)frameRect;
  16. - setLongValue:(long)aLong;
  17. - setTmValue:(struct tm *)tmp;
  18. - drawSelf:(const NXRect *)rects :(int)rectCount;
  19.  
  20. @end
  21.